.footer-wrap{
    width: 100%;
    background: #1F1F1F;
}
.footer-box{
    padding:  0.75rem 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-about-box{
    display: flex;
}
.footer-code{
    width: 1.57rem;
    height: 1.57rem;
    flex-shrink: 0;
}
.footer-code img{
    width: 100%;
    height: 100%;
}
.footer-about{
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-phone{
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.footer-phone img{
    width: 0.27rem;
    height: 0.27rem;
}
.footer-phone p{
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0.12rem;
}
.footer-about-p{
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}


.footer-menu-box{
    display: flex;
    flex-shrink: 0;
}
.footer-menu{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0.7rem;
}





.footer-beian{
    border-top: 1px solid #aaa;
    height: 0.69rem;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-beian a{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}   













/* 媒体查询 */
@media all and (max-width: 1024px) {
  

  /* 底部导航 开始*/
  .footer-box {
    flex-direction: column-reverse;
    padding: 20px 0 !important;
  }
  .footer-about-box {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-about {
    margin-top: 20px;
    margin-left: 0 !important;
    align-items: center !important;
  }
  
  .footer-about-p {
    font-size: var(--font-base);   
  } 

  .footer-menu-box {
    width: 100%;
    justify-content: space-around;
    
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
  }
  .footer-menu {
    margin-left: 0 !important;
     font-size: var(--font-base);
  }
  .footer-beian {
    height: auto !important;
    padding: 10px;
  }
  .footer-beian a {
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: var(--font-base);
  }
  
  .footer-phone p {
      font-weight: normal;
  }

  /* 底部导航 结束*/
}








